Package-level declarations

Types

Link copied to clipboard
abstract class StaffHandler

Provides functionality for a staff, when an item is inserted into it.

Link copied to clipboard
@Environment(value = EnvType.CLIENT)
object StaffInfusionSmithingRecipeTextures

Object holding textures to be displayed in a smithing table, when using a staff infusion smithing template.

Link copied to clipboard
class StaffItemComponent(val item: ItemStack)

ItemStack wrapper to make them compatible with DataComponentTypes.

Link copied to clipboard
data class StaffRendererOverrideComponent(val renderMode: ModelTransformationMode, val isActive: Boolean)

Data component to override the behavior of a StaffRenderer.